Electric Service Transformer
Entity
Name: Electric Service Transformer
A medium-voltage distribution transformer or service transformer is a transformer type that provides the final voltage transformation in the electric power distribution system. These transformers step down the voltage used in the distribution lines to the level used by the customer.
Details
- Industry Domain:
Grid
- Relational Table Name:
ELECTRIC_SERVICE_TRANSFORMER
- JSON View Name:
ELECTRIC_SERVICE_TRANSFORMER#JSON
- Ontology Class:
ewok:ElectricServiceTransformer
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
electric transformer id | string | VARCHAR2 | ELECTRIC_TRANSFORMER_ID |
Yes | Yes | Must match regex pattern | ewok:ElectricServiceTransformer |
electric grid circuit id | string | VARCHAR2 | ELECTRIC_GRID_CIRCUIT_ID |
Must match regex pattern | ewok:ElectricGridDistributionCircuit | ||
street address | string | VARCHAR2 | STREET_ADDRESS |
geo:StreetAddress | |||
city | string | VARCHAR2 | CITY |
geo:StreetAddress | |||
postal code | string | VARCHAR2 | POSTAL_CODE |
Must match regex pattern | geo:PostalCode | ||
address county | string | VARCHAR2 | ADDRESS_COUNTY |
geo:StreetAddress | |||
address region code | string | VARCHAR2 | ADDRESS_REGION_CODE |
Must match regex pattern | geo:Subterritory | ||
country code | string | VARCHAR2 | COUNTRY_CODE |
Must match values in enumerated list from graph | geo:Country | ||
street address type | string | VARCHAR2 | STREET_ADDRESS_TYPE |
Must match values in enumerated list from graph | core:AddressType_Physical | ||
latitude | double | NUMBER | LATITUDE |
Must match regex pattern | geo:GeoPoint | ||
longitude | double | NUMBER | LONGITUDE |
Must match regex pattern | geo:GeoPoint |