差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| kb:usa:california:santaclara:newborn [2014/11/07 19:39] – delphij | kb:usa:california:santaclara:newborn [2022/12/30 05:53] (当前版本) – Remove Disqus delphij | ||
|---|---|---|---|
| 行 23: | 行 23: | ||
| * 出生纸的州务卿认证。参见 [[kb: | * 出生纸的州务卿认证。参见 [[kb: | ||
| * 【[[kb: | * 【[[kb: | ||
| - | * 【[[kb: | + | * 【[[kb: |
| ==== 依赖关系如下 ==== | ==== 依赖关系如下 ==== | ||
| 行 29: | 行 29: | ||
| < | < | ||
| digraph kid { | digraph kid { | ||
| - | | + | |
| - | | + | style=filled; |
| - | | + | color=lightgrey; |
| - | SOSCertificate | + | node [style=filled,color=white]; |
| - | USPassport [fontname=" | + | fontname=" |
| - | ChinaTravel [fontname=" | + | SOSCertificate |
| - | | + | label = "只有需要办理\n中国户口才需要"; |
| + | | ||
| | | ||
| - | CountyRegister -> SSN | + | CountyRegister -> SSN; |
| - | CountyRegister -> BirthCertificate | + | CountyRegister -> BirthCertificate; |
| - | BirthCertificate -> SOSCertificate | + | BirthCertificate -> USPassport; |
| - | | + | |
| - | BirthCertificate -> USPassport | + | BirthCertificate -> ChinaTravel; |
| - | | + | |
| - | BirthCertificate -> ChinaTravel | + | BirthCertificate -> SOSCertificate; |
| - | USPassport | + | |
| + | CountyRegister [fontname=" | ||
| + | SSN [fontname=" | ||
| + | BirthCertificate [fontname=" | ||
| + | SOSCertificate [fontname=" | ||
| + | USPassport | ||
| + | | ||
| + | ChinaNotary [fontname=" | ||
| } | } | ||
| </ | </ | ||
| - | ~~DISQUS~~ | + | 灰色背景部分,只有需要给娃办理中国户口才需要。 |